home *** CD-ROM | disk | FTP | other *** search
- object fUrl: TfUrl
- Left = 249
- Top = 293
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Add a link or mailto ...'
- ClientHeight = 211
- ClientWidth = 469
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Button1: TButton
- Left = 3
- Top = 186
- Width = 94
- Height = 22
- Caption = 'Ok'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object PageControl1: TPageControl
- Left = 3
- Top = 0
- Width = 463
- Height = 155
- ActivePage = TabSheet1
- TabOrder = 1
- object TabSheet1: TTabSheet
- object Label1: TLabel
- Left = 5
- Top = 30
- Width = 76
- Height = 12
- AutoSize = False
- Caption = 'Url'
- end
- object Label2: TLabel
- Left = 5
- Top = 54
- Width = 84
- Height = 12
- AutoSize = False
- Caption = 'Name'
- end
- object Edit2: TEdit
- Left = 92
- Top = 27
- Width = 357
- Height = 20
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Edit3: TEdit
- Left = 92
- Top = 51
- Width = 357
- Height = 20
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object newwd: TCheckBox
- Left = 92
- Top = 74
- Width = 189
- Height = 17
- Caption = 'Open link in a new window'
- TabOrder = 2
- end
- end
- object TabSheet2: TTabSheet
- ImageIndex = 1
- object Label3: TLabel
- Left = 5
- Top = 30
- Width = 84
- Height = 12
- AutoSize = False
- Caption = 'Email Adres'
- end
- object Label4: TLabel
- Left = 5
- Top = 54
- Width = 84
- Height = 12
- AutoSize = False
- Caption = 'Name'
- end
- object Label5: TLabel
- Left = 5
- Top = 94
- Width = 38
- Height = 12
- Caption = 'Subject'
- end
- object Edit1: TEdit
- Left = 92
- Top = 27
- Width = 357
- Height = 20
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Edit4: TEdit
- Left = 92
- Top = 51
- Width = 357
- Height = 20
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object Edit5: TEdit
- Left = 92
- Top = 90
- Width = 356
- Height = 20
- TabOrder = 2
- end
- end
- end
- object Button2: TButton
- Left = 370
- Top = 186
- Width = 94
- Height = 22
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = Button2Click
- end
- object TabSet1: TTabSet
- Left = 3
- Top = 153
- Width = 462
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnChange = TabSet1Change
- end
- object ActionList1: TActionList
- Left = 274
- Top = 113
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-